html {
  font-size: 16px;
}
 body {
  -webkit-font-smoothing: antialiased;
 }
 /* 弹窗部分样式 */
.register_box_zhezhao {
    width: 100%;
    height: 100%;
    background-color: rgba(00, 00, 00, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.register_box_zhezhao .register_box {
    position: fixed;
    z-index: 10000000;
    background-color: #FFFFFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 434px;
    height: 420px;
    border-radius: 10px;
}
/* */
.register_box_zhezhao .register_box .closed {
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -25px;
    cursor: pointer;
}
.register_box_zhezhao .register_box .tab {
    width: 100%;
    display: flex;
    background-color: #FFFFFF;
    height: 45px;
    line-height: 45px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;


}
.register_box_zhezhao .register_box .tab .tab_item {
    flex: 1;
    text-align: center;
    height: 45px;
    background: #E0E4E8;
    font-size: 14px;
    color: #666666;
    font-weight: 300;
    cursor: pointer;
}
.register_box_zhezhao .register_box .tab .tab_item.active {
    background-color: #FFFFFF;
    color: #333333;
}
.register_box_zhezhao .register_box .tab .tab_item:nth-child(1) {
    border-top-left-radius: 10px;
}

.register_box_zhezhao .register_box .form_code {
    padding-top: 78px;
    background-color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding-bottom: 68px;
    box-sizing: border-box;
    height: 360px;
    display: none;


}
.register_box_zhezhao .register_box .form_code img {
    width: 194px;
    height: auto;
}
.register_box_zhezhao .register_box .form_code .text2 {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    margin-top: 30px;
}

.register_box_zhezhao .register_box .form_view {
    width: 100%;
    height: auto;
    padding: 15px 35px 20px 35px;
    box-sizing: border-box;
}
.register_box_zhezhao .register_box .form_view .code_disabled{
    cursor: not-allowed;
}

.register_box_zhezhao .register_box .form_view .form_item {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    font-size: 14px;
    font-weight: 300;
}
.register_box .form_view .form_item .label {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    position: relative;
    flex-shrink: 0;
}
.register_box .form_view .form_item .require{
    padding-left: 4px;
    box-sizing: border-box;
}
.register_box .form_view .form_item .require::before {
    content: '* ';
    position: absolute;
    top: 0px;
    left: -4px;
    color: #FB4F14;
}
.register_box .form_view .form_item input {
    flex: 1;
    min-width: 0;
    border: 0px;
    outline: none;
    font-size:inherit;
}
.register_box .form_view .form_item input:focus-visible {
    border: 0px;
}
.register_box .form_view .form_item input::placeholder {
    color: #B8B8B8 !important;
}
.register_box_zhezhao .register_box .get_code {
    flex-shrink: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #F55402;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.register_box_zhezhao .register_box p.tips {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
}
.register_box_zhezhao .register_box p.tips span {
    color: #F55402;
}
.register_box .form_view .sub_btn {
    height: 38px;
    line-height: 38px;
    background: #F55402;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
    text-align: center;
    border: 0px;
    width: 100%;
    cursor: pointer;
}
.register_box .form_view .sub_btn:hover {
  opacity: 0.8;
}
.is_btn_loading {
  opacity: .5;
  pointer-events: none;
}
.is_btn_loading .loading_ico {
  display: inline-block;
}
.loading_ico {
  display: none;
  vertical-align: middle;
  margin-right: 5px;
  background: url("/wp-content/themes/do1/assets/images/loading.svg") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #ccc;
    font-weight:200;
    font-size: 14px;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-size: 14px;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-weight:200;
    font-size: 16px;
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    text-align: center;
    border-radius: 5px;
}

.captcha-title {
    color: #141e31;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
}


.captcha-form-item {
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
}

.captcha-form-item input {
    border: 0px;
    width: 100%;
    height: 100%;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0px 10px;
    outline: 0;
}

.captcha-form-item p span {
    color: #F55402;
    padding: 0px 4px;
}

.captcha-form .operation {
    display: flex;
    gap: 20px;
    justify-content: end;
}

.captcha-form .btn {
    background: #F55402;
    border-radius: 4px;
    width: 62px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.captcha-form .cancelbtn {
    background-color: #fff;
    color: #141E31;
    border: 1px solid;
    border-color: #D7D9DC;
}

.captcha-form-item .get_code {
    width: 80px;
    background: #F55402;
    border-radius: 3px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    box-sizing: border-box;
}